Compares the current object to another object.
This method performs comparison by value.
Namespace:
C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
Parameters
- obj
- Type: System..::..Object
The object to compare the current with.